home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / branch.arc / BRANCH.DOC < prev   
Encoding:
Text File  |  1986-03-14  |  3.5 KB  |  87 lines

  1.                           BRANCH Version 1.0
  2.                        Path Management Utility
  3.                     Written by Wayne D. T. Johnson
  4.  
  5. (C) COPYRIGHT 1986 by Digital Communications Consultants, ALL RIGHTS RESERVED
  6.  
  7. BRANCH is the copyrighted property of Digital Communications Consultants.
  8. Yo⌡ arσ granteΣ ß limiteΣ licensσ t∩ usσ BRANCH¼ anΣ t∩ cop∙ i⌠ anΣ 
  9. distristribute it, provided that the following conditions are met: 
  10.  
  11. 1)  BRANCH may not be sold, however a nominal distribution fee may be charged
  12.     to cover media cost, shipping and/or handling.
  13.  
  14. 2)  All copies of this program shall contain this notice.
  15.  
  16. 3)  All derivatives of the original code (both source, object and executable
  17.     remain the property of Digital Communications Consultants, and are bound
  18.     by this license.
  19.  
  20. 4)  Digital Communications Consultants has tested the original version of
  21.     BRANCH, however, in no eveny will Digital Communications Consultants 
  22.     be liable for any damages caused by this program, or its derivatives.
  23.  
  24. Any voluntary contributions for the use of this program will be 
  25. appreciated, and should be sent to:
  26.  
  27.                          Wayne D. T. Johnson
  28.                          Digital Communications Consultants
  29.                          3947 Penn Ave No.
  30.                          Minneapolis, MN  55412
  31.  
  32.  
  33. A word about user supported software:
  34.  
  35. The user supported software concept (usually referred to as 
  36. "freeware") is an attempt to provide software at low cost.  The cost 
  37. of offering a new product by conventional channels is staggering, and 
  38. hence dissuades many independant authors and small companies from 
  39. developing and promoting their ideas.  User supported software is an 
  40. attempt to develop a new marketing channel, where products can be 
  41. introduced at low cost.  
  42.  
  43. If user supported software works, then everyone will benefit.  The 
  44. user will benefit by receiving quality products at low cost, and by 
  45. being able to "test drive" software thoroughly before purchasing it.  
  46. The author benefits by being able to enter the commercial software 
  47. arena without first needing large sources of venture capital.
  48.  
  49. But it can only work with your support.  We're not just talking about 
  50. BRANCH here, but about all user supported software.  If you find that you 
  51. are still using a program after a couple of weeks, then pretty 
  52. obviously it is worth something to you, and you should send in a 
  53. contribution.
  54.  
  55.  
  56.  
  57. Branch allows the user to execute a command for each and every sub-directory
  58. (branch) of the current directory.  It is very useful for erasing un-wanted
  59. .BAK files, or sorting each sub-directory.
  60.  
  61. An example:
  62.  
  63. BRANCH DEL *.BAK
  64.  
  65. will find and delete all .BAK files on any and all sub-directorys.  
  66. NOTE: CAUTION must be used when using BRANCH!
  67.  
  68. BRANCH will start its searching from the current directory.  If you have
  69. a directory TREE like:
  70.  
  71.                                  ROOT
  72.                   |
  73.              ---------------------------------------
  74.              |                  |                  |
  75.         DIRECTORY 1        DIRECTORY 2        DIRECTORY 3
  76.              |                  |
  77.      ---------------            |
  78.      |             |            |
  79. DIRECTORY A  DIRECTORY B   DIRECTORY C
  80.  
  81.  
  82. and start BRANCH while using directory DIRECTORY 1, branch will execute
  83. your command for DIRECTORY 1, DIRECTORY A, and DIRECTORY B.  If you start
  84. BRANCH on DIRECTORY 2, BRANCH will execute your command for DIRECTORY 2 and
  85. DIRECTORY C.
  86.  
  87.